Vcenter Lcm Deployment MigrationUpgrade Status Task

Vcenter Lcm Deployment MigrationUpgrade Status Task
Vcenter Lcm Deployment MigrationUpgrade Status Task

The Vcenter Lcm Deployment MigrationUpgrade Status Task schema contains properties to describe a particular deployment task.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "progress": {
        "total": 0,
        "completed": 0,
        "message": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    },
    "notifications": {
        "info": [
            {
                "id": "string",
                "time": "string",
                "message": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "resolution": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            }
        ],
        "warnings": [
            {
                "id": "string",
                "time": "string",
                "message": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "resolution": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            }
        ],
        "errors": [
            {
                "id": "string",
                "time": "string",
                "message": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "resolution": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            }
        ]
    },
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "status": "string",
    "cancelable": false,
    "error": {},
    "start_time": "string",
    "end_time": "string"
}
progress
Optional

The progress info of this deployment task.

This property was added in vSphere API 9.0.0.0.

This property is optional and it is only relevant when the value of CommonInfo#status is one of Vcenter Lcm Deployment Common Status.RUNNING, Vcenter Lcm Deployment Common Status.BLOCKED, Vcenter Lcm Deployment Common Status.SUCCEEDED, Vcenter Lcm Deployment Common Status.FAILED, or Vcenter Lcm Deployment Common Status.CANCELED.

notifications
Optional

Result of the task.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if result is not available at the current step of the task.

description
Required

Description of the operation associated with the task.

This property was added in vSphere API 9.0.0.0.

string
status
Required

Status of the operation associated with the task.

For more information see: Vcenter Lcm Deployment Common Status.

This property was added in vSphere API 9.0.0.0.

boolean
cancelable
Required

Flag to indicate whether or not the operation can be cancelled. The value may change as the operation progresses.

This property was added in vSphere API 9.0.0.0.

object
error
Optional

Description of the error if the operation status is "FAILED" or the upgrade has been canceled.

This property was added in vSphere API 9.0.0.0.

If missing or null there is no error raised by the upgrade

string As date-time As date-time
start_time
Optional

Time when the operation is started.

This property was added in vSphere API 9.0.0.0.

This property is optional and it is only relevant when the value of status is one of Vcenter Lcm Deployment Common Status.RUNNING, Vcenter Lcm Deployment Common Status.BLOCKED, Vcenter Lcm Deployment Common Status.SUCCEEDED, Vcenter Lcm Deployment Common Status.FAILED, or Vcenter Lcm Deployment Common Status.CANCELED.

string As date-time As date-time
end_time
Optional

Time when the operation is completed.

This property was added in vSphere API 9.0.0.0.

This property is optional and it is only relevant when the value of status is one of Vcenter Lcm Deployment Common Status.SUCCEEDED, Vcenter Lcm Deployment Common Status.FAILED, or Vcenter Lcm Deployment Common Status.CANCELED.